home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / DefineButton2_410 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-10-08  |  471b  |  21 lines

  1. on(release){
  2.    tellTarget("_root.p")
  3.    {
  4.       nextFrame();
  5.    }
  6.    tellTarget("_root")
  7.    {
  8.       nextFrame();
  9.    }
  10.    _root.hero.clickSpot_x = 150;
  11.    _root.hero.clickSpot_y = 440;
  12.    if(getProperty(_root.cur, _X) > getProperty(_root.hero, _X))
  13.    {
  14.       setProperty("_root.hero.heroint", _xscale, "+100");
  15.    }
  16.    if(getProperty(_root.cur, _X) < getProperty(_root.hero, _X))
  17.    {
  18.       setProperty("_root.hero.heroint", _xscale, "-100");
  19.    }
  20. }
  21.